home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SPLASH.PAK / README.TXT < prev    next >
Text File  |  1997-05-06  |  671b  |  20 lines

  1. Copyright Borland International
  2. ObjectWindows (C) 1995
  3.  
  4. Title: SPLASH Example
  5.  
  6. Keywords: TDib;TDibWindow;TSplashWindow
  7.  
  8. The SPLASH example illustrates how to create a splash screen. There are
  9. several styles that can be used with TSplashWindow: None, ShrinkToFit,
  10. MakeGauge, MakeStatic, and CaptureMouse. They can be used in any
  11. combination. TSplashWindow's constructor also has a timeout parameter
  12. which signifies the number of milliseconds to display the splash
  13. window.
  14.  
  15.  
  16. The ShrinkToFit refers to shrinking the splash window to fit around the
  17. dib. It this style is on, the width and height parameters to the
  18. constructor of TSplashWindow is ignored.
  19.  
  20.